home *** CD-ROM | disk | FTP | other *** search
/ Robotics & Artificial Int…3 (Professional Edition) / Robotics & Artificial Intelligence Tools 2003 (Professional Edition).iso / neural network tool and application / nsinstall.exe / data1.cab / Demos_Files / Unsupervised_Learning / Conscience.nsm < prev    next >
Encoding:
Text File  |  2002-03-08  |  812 b   |  24 lines

  1. subtitleTextBox. setText ("")
  2. mainTextBox. setText ("")
  3.  
  4. activeBreadboard. replaceWith ( "unsupervisedSynapse" , "ConscienceFull" )
  5. unsupervisedSynapse. setBeta ( 0.001000 )
  6. unsupervisedSynapse. setGamma ( 20.000000 )
  7.  
  8. function. setOffset ( 2.000000 )
  9.  
  10. activeInputProbe. setXMinScale ( -1.00000 )
  11. activeInputProbe. setXMaxScale ( 4.000000 )
  12. activeInputProbe. setYMinScale ( -1.00000 )
  13. activeInputProbe. setYMaxScale ( 4.000000 )
  14.  
  15. editEngine. setText ("4")
  16. outputAxon. setRows ( 4 )
  17.  
  18. activeBreadboard. select ( NULL , FALSE )
  19.  
  20. NextMacroPath = macro. pathFromMacro ( "Learning Vector Quantization.nsm" )
  21. nextButton. setMacroPath ( NextMacroPath )
  22. SubtitleIndex = subtitleTextBox. setTextFromFile (TextBoxPath, SubtitleIndex)
  23. MainIndex = mainTextBox. setTextFromFile (TextBoxPath, MainIndex)
  24.